home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
101-125
/
108
/
dots-perfect
/
makefile
< prev
next >
Wrap
Makefile
|
1995-03-13
|
471b
|
20 lines
DotsPerfect-MX80: tag.o init.o data.o dospecial.o render.o wait.o
alink FROM tag.o,init.o,data.o,dospecial.o,render.o,wait.o TO DotsPerfect-MX80 LIBRARY LIB:lc.lib,LIB:amiga.lib
.c.o:
stack 15000
lc1 -iINCLUDE: $<
lc2 -v $<
tag.o: tag.asm
stack 15000
ASSEM:c/assem tag.asm -o tag.o -i ASSEM:include
init.o: init.asm
stack 15000
ASSEM:c/assem init.asm -o init.o -i ASSEM:include
wait.o: wait.asm
stack 15000
ASSEM:c/assem wait.asm -o wait.o -i ASSEM:include